home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 081a.dms / 081a.adf / HD-Install < prev    next >
Text File  |  1992-10-23  |  2KB  |  43 lines

  1. echo ""
  2. echo ""
  3. echo "                   Digital Ninja Hard Drive Install Script "
  4. echo "                   --------------------------------------- "
  5. echo ""
  6. echo "    For the benefit of the increasing number of Hard Drive owning users"
  7. echo "    out there, you'll certainly want to get your moneys worth out of a"
  8. echo "    very expensive purchase.  D.N try, when they feel it's nessesary, to"
  9. echo "    cater for HD owners in the form of a quick little install program to"
  10. echo "    make the transfer from floppy to hard drive as simple as possible."
  11. echo ""
  12. echo "    The process is one of the simplest you will find.  The script will"
  13. echo "    make a directory on your DH0: partition called "AQUAKON", and it"
  14. echo "    will transfer the game there.  All you need to do is make sure you"
  15. echo "    have about 2 megabytes of memory free on your DH0: partition.  You"
  16. echo "    may decide to move the AQUAKON draw to another partition, in which"
  17. echo "    case the software will not be affected.  As long as the main draw"
  18. echo "    for the game is called AQUAKON."
  19. echo ""
  20. echo "    However, running AQUAKON on an unexpanded A1200 from Workbench"
  21. echo "    won't work because of the reduced memory space.  You'll have to"
  22. echo "    START WITHOUT STARTUP-SEQUENCE upon booting, and run from CLI!"
  23. echo "         (See running Aquakon from CLI for more information)"
  24. echo ""
  25. echo ""
  26. ask "    Simply, do you want to install Aquakon? (y/n) >"
  27. if WARN
  28.    echo ""
  29.    echo "    Now installing AQUAKON..."
  30.    echo ""
  31.    makedir "DH0:AQUAKON"
  32.    copy DiskOne:AQUAKON.info DH0:
  33.    copy DiskOne:#? DH0:AQUAKON all
  34.    copy DiskTwo:#? DH0:AQUAKON all
  35.    copy DiskThree:#? DH0:AQUAKON all
  36.    echo "   Finished!"
  37. else
  38.    echo ""
  39.    echo "    Oh well, see you next time!"
  40.    echo ""
  41. endif
  42.  
  43.